Skip to content

fix: Install OpenSSL dev libs in manylinux container#8

Merged
pratyush618 merged 1 commit into
masterfrom
fix/ci-openssl-manylinux
Mar 7, 2026
Merged

fix: Install OpenSSL dev libs in manylinux container#8
pratyush618 merged 1 commit into
masterfrom
fix/ci-openssl-manylinux

Conversation

@pratyush618

Copy link
Copy Markdown
Collaborator

Summary

  • The build-wheels CI job fails on Linux because the manylinux container lacks OpenSSL development libraries required by openssl-sys (transitive dependency of pq-sys when building with --features postgres)
  • Adds before-script-linux to the maturin-action step to install openssl-devel and perl-IPC-Cmd via yum before the build runs
  • macOS and Windows jobs are unaffected since before-script-linux only executes on Linux

The build-wheels job fails on Linux because the manylinux container
lacks OpenSSL development libraries required by openssl-sys (transitive
dependency of pq-sys). Add before-script-linux to install openssl-devel
and perl-IPC-Cmd before the build runs.
@pratyush618 pratyush618 self-assigned this Mar 7, 2026
@pratyush618
pratyush618 merged commit c535747 into master Mar 7, 2026
17 checks passed
@pratyush618
pratyush618 deleted the fix/ci-openssl-manylinux branch March 31, 2026 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant